projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4bf9a
)
Undo previous changes.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 22:37:24 +0000
(22:37 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 22:37:24 +0000
(22:37 +0000)
src/sysdep.c
patch
|
blob
|
history
src/terminfo.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 189fe583edd5874b49e06a0451f1a4e3839994a2..5baf95c92b5a46581851947250d40bf36c9d4bc9 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-220,12
+220,7
@@
static int baud_convert[] =
};
#endif
-#ifdef HAVE_TERMIOS
-# include <termios.h>
- extern speed_t ospeed;
-#else
- extern short ospeed;
-#endif
+extern short ospeed;
/* The file descriptor for Emacs's input terminal.
Under Unix, this is normally zero except when using X;
diff --git
a/src/terminfo.c
b/src/terminfo.c
index 5f2d5e009550914b6540b64f3f3d153610fc9527..8ce87960f03e109f3b5cf3e701f4d8b3fc7b1d01 100644
(file)
--- a/
src/terminfo.c
+++ b/
src/terminfo.c
@@
-22,19
+22,8
@@
Boston, MA 02111-1307, USA. */
so that we do not need to conditionalize the places in Emacs
that set them. */
-#include <config.h>
-
-#ifdef USG
-# include <string.h>
-#endif
-
char *UP, *BC, PC;
-#ifdef HAVE_TERMIOS
-# include <termios.h>
- speed_t ospeed;
-#else
- short ospeed;
-#endif
+short ospeed;
static buffer[512];